Crate h3o_zip

source ·
Expand description

H3 compression algorithms.

This library allows to compress an H3 cell set into a compacted space-efficient representation.

This is especially useful for on-disk storage or on-wire transmission.

Enums§

Functions§

  • Compress a sorted stream of cell indexes.
  • Decompress the bytes into a stream of sorted cell indexes.